(minibuffer-default-add-dired-shell-commands): Doc fix.
authorJuri Linkov <juri@jurta.org>
Sun, 22 Feb 2009 23:37:21 +0000 (23:37 +0000)
committerJuri Linkov <juri@jurta.org>
Sun, 22 Feb 2009 23:37:21 +0000 (23:37 +0000)
lisp/dired-aux.el

index 9d34d9542dccc743c855c27f9d8e9a1991dba010..95aaa388310e15fcfb249238430b9c5cae14ab1c 100644 (file)
@@ -476,8 +476,8 @@ with a prefix argument."
 (declare-function mailcap-file-default-commands "mailcap" (files))
 
 (defun minibuffer-default-add-dired-shell-commands ()
-  "Return a list of all commands associted with current dired files.
-This function is used to add all related commands retieved by `mailcap'
+  "Return a list of all commands associated with current dired files.
+This function is used to add all related commands retrieved by `mailcap'
 to the end of the list of defaults just after the default value."
   (interactive)
   (let ((commands (and (boundp 'files) (require 'mailcap nil t)